home *** CD-ROM | disk | FTP | other *** search
/ The X-Philes (2nd Revision) / The X-Philes Number 1 (1995).iso / xphiles / hp48hor1 / rev.cc < prev    next >
Text File  |  1991-01-29  |  348b  |  18 lines

  1. 00054 set-up loop, etc (size-1)
  2. 00056 exit if null string
  3. 00059 D1: ptr to new str data
  4. 0005C ...
  5. 0005F ...
  6. 00062 D0: ptr to last char of orig str data
  7. 00065 ...
  8. 00068 ...
  9. 0006A ...
  10. 0006C ...
  11. 0006F ...
  12. 00072 get character from orig string
  13. 00075 put character to new string
  14. 00078 next character
  15. 0007B ...
  16. 0007E ...
  17. 00080 go if more
  18.